projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6255df0
)
Fix a doc comment
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 27 Nov 2009 05:45:22 +0000
(
00:45
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 27 Nov 2009 05:45:22 +0000
(
00:45
-0500)
gtk/gtkiconview.c
patch
|
blob
|
history
diff --git
a/gtk/gtkiconview.c
b/gtk/gtkiconview.c
index 95dd72d6752413d69b4bfdc29d491e5c89cbb06b..d1055a998c1732baeaabe45b9ec723dc16c02c5b 100644
(file)
--- a/
gtk/gtkiconview.c
+++ b/
gtk/gtkiconview.c
@@
-6272,14
+6272,14
@@
gtk_icon_view_get_margin (GtkIconView *icon_view)
/**
* gtk_icon_view_set_item_padding:
* @icon_view: a #GtkIconView
- * @
column_spac
ing: the item padding
- *
- * Sets the
::item-padding property which specifies the padding
+ * @
item_padd
ing: the item padding
+ *
+ * Sets the
#GtkIconView:item-padding property which specifies the padding
* around each of the icon view's items.
*
* Since: 2.18
*/
-void
+void
gtk_icon_view_set_item_padding (GtkIconView *icon_view,
gint item_padding)
{